Welcome![Sign In][Sign Up]
Location:
Search - gbk unicode

Search list

[MultiLanguagegbk2uni

Description: UNICODE与GBK编码的互相转换.感兴趣的可以-tranfering unicode to gbk .aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Platform: | Size: 460800 | Author: 马法 | Hits:

[Windows DevelopCodeTrans

Description: 编码转换小工具,实现unicode和gbk字符集之间的转换,且可以查看两个字符集下的16进制编码-Code conversion small tools, realize unicode character set and GBK conversion between, and can see two character set of hexadecimal encoding
Platform: | Size: 2009088 | Author: 丁扬 | Hits:

[Communication-Mobiledatapage

Description: 详细说明:汉字库点阵提取程序,可提取不同字体、不同大小的字库。-Lattice汉字库... [fontcurve.rar] - 万能字库生成工具: 将UNICODE,GB2312/GBK/BIG5码转换成-database and database
Platform: | Size: 11264 | Author: 李龙 | Hits:

[SCMLED

Description: 将UNICODE,GB2312/GBK/BIG5码转换成任意尺寸的点阵字库,支持WINDOWS下所有字体,为嵌入式开发人员不可多得的字库生成工具 -Will UNICODE, GB2312 / GBK/BIG5 converted into any size code word of dot matrix, supports WINDOWS down all fonts, embedded developers for the rare word stock generation tool
Platform: | Size: 242688 | Author: 周玉航 | Hits:

[Otherunicode_program

Description: unicode编程的各种知识 GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... LZ的表格查起来得多慢呀...不敢想像 ============================== 附转换函数如下 -unicode program u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>=0x40 && c2<=0xfe) ? *( mb_gb2uni_table+ (c1-0x81)*0xbf+ c2-0x40 ) : 0x1fff } ============================== //const u32 mb_gb2uni_size = 24066 u16* const mb_gb2uni_table = (u16*) "\x02\x4e\x04\x4e\x05\x4e\x06\x4e\x0f\x4e\x12\x4e\x17\x4e\x1f\x4e\x20\x4e\x21\x4e\x23\x4e\x26\x4e\x29\x4e\x2e\x4e\x2f\x4e\x31\x4e" "\x33\x4e\x35\x4e\x37\x4e\x3c\x4e\x40\x4e\x41\x4e\x42\x4e\x44\x4e\x46\x4e\x4a\x4e\x51\x4e\x55\x4e\x57\x4e\x5a\x4e\x5b\x4e\x62\x4e"
Platform: | Size: 43008 | Author: rosex | Hits:

[Windows Developsimple_traditional

Description: 实现简体中文和繁体中文的相互转换 包括Unicode字符集和GBK字符集-Conversion between Simplified Chinese and Traditional Chinese Unicode character set GBK character set
Platform: | Size: 1024 | Author: sunshine_w | Hits:

[Windows DevelopUNICODE_GBK

Description: 使用windows api将字符在Unicode编码和GBK编码之间相互转换的示例程序-convert between unicode and gbk
Platform: | Size: 1024 | Author: sunshine_w | Hits:

[SCMunicodeToGBK

Description: unicode编码转换为GBK码,用于GSM短信模块,可用于LED屏短信息接收和显示-Converts a Unicode encoded GBK code, used for GSM SMS module, can be used for led screen SMS receive and display.
Platform: | Size: 30720 | Author: magichy | Hits:

[uCOSutf8

Description: utf8转gbk utf8转unicode gbk转utf8-the utf8 turn gbk utf8 switch to the unicode gbk turn utf8
Platform: | Size: 183296 | Author: 张水 | Hits:

[OthergbkAndUnicode

Description: GBK和Unicode相互转换的小程序,在遇到中文处理的时候基本上都会用到。-The converter between gbk and unicode. Usinally useing in the chinese handle.
Platform: | Size: 87040 | Author: 林玉 | Hits:

[JSP/Javafzhuadi

Description: 3.1 Http请求统一管理 传统的Java Http 请求,存在以下问题: 1) 不同Http技术,处理方式不一 一般 的Http 请求包括:get 请求方式、Post 请求方式、Multi-Part Post 请求方式。传统的Http 请求,只能处理标准的get, Post 请求;对于文件上载Multi-part post 方式,无法作出处理。同时对其他Stream 方式,也无法认识。 如果浏览器界面编程人员变更Http 请求技术,后台业务处理逻辑也必须随之变化。 2) 大小写敏感。 传统的Http 请求变量,与大小写敏感。如 Abc 变量 != abc 变量。这类大小写敏感是基于字符串的,无法通过Java 编译器检测出来。这给Java 编程带来很大的风险隐患。而Web 请求的处理逻辑,分布在众多的应用程序当中。应用逻辑的广泛分布特性,几何级数别的放大了应用系统的Bug 风险。 3) 字符集。 应用程序的字符集,受源代码编辑器的作用,一般都采用GBK 字符集;而传统Http 请求,都采用Unicode 字符集;如果要辨认Http的请求数据,必须把Unicode 字符集合转换成GBK 字符集;如果源代码编写过程中遗忘字符集的转换,将导致应用数据混乱的问题。应用逻辑的广泛分布特性,将几何级数的放大字符集方面的Bug . 4) 无法实现远程调用。 传统的Http 请求,是基于流的方式;无法直接-Java Service
Platform: | Size: 305152 | Author: rao | Hits:

[Program docgbkPunicode

Description: GBK编码与Unicode编码对照表,总共20903个GBK和Unicode编码,包括简体中文,繁体中文。-GBK encoding with Unicode encoding table, a total of 20,903 GBK and Unicode encoding, including Simplified Chinese, Traditional Chinese.
Platform: | Size: 828416 | Author: 蓝工 | Hits:

[MultiLanguageGBK2EBCDIC

Description: 中文GBK汉字与EBCDIC内码的对照表,还有unicode的码表对照。以GBK顺序排列。本人原创。互联网上应该目前是最完整,最全。最正确的资料。-chinese GBK code list and EBCDIC GBK code list,order by GBK code
Platform: | Size: 9115648 | Author: 李朝英 | Hits:

[OtherGBKzhanghuang

Description: 一个编码转换工具,16进制GBK编码转16进制unicode字符的工具,超级好方便,有使用说明-A code conversion tool, turn hex encoding GBK character hexadecimal unicode tool, super good convenience, there are instructions for use
Platform: | Size: 1600512 | Author: xoudunce | Hits:

[Othercc936

Description: GBK232转unicode,unicode转gbk-GBK232 to unicode,unicode to gbk
Platform: | Size: 2048 | Author: tutu | Hits:

[Otheruni_gbk

Description: unicode编码转换为gbk码,短信传输的unicode码,单片机中存储的gbk码,做短信功能时需要转码,该程序实现转码功能,已经过验证。-gbk encoding to unicode code, SMS transmission unicode code stored in the microcontroller gbk code, do SMS functionality needed to transcode the program transcoding functionality has been verified.
Platform: | Size: 46080 | Author: | Hits:

[OtherTS4

Description:   一个可以生成多个国家的点阵字库软件。包括:   UNICODE   874 泰文   932 日文(Shift-JIS)   936 中文(PRC GBK)   936 中文(PRC GB2312)   949 韩文(HANGUL)-One can generate multiple countries dot matrix font software. Include: UNICODE 874 Thai 932 Japanese (Shift-JIS) 936 Chinese (PRC GBK) 936 Chinese (PRC GB2312) 949 Korean (HANGUL)
Platform: | Size: 2597888 | Author: jiaff | Hits:

[SCMdisplay-Chinese-characters

Description: 开机的时候先检测W25X16中是否已经存在字库,如果存在,则按次序显示汉字。如果没有,则检测SD卡和文件系统,并查找SYSTEM文件夹下的FONT文件夹,在该文件夹内查找UNI2GBK.SYS和GBK16.FON(这两个文件是由我们自己生成的UNICODE转GBK码表文件和GBK字库(16*16)文件)。在检测到这些文件之后,就开始更新字库,更新完毕才开始显示汉字。同样我们也是用LED0来指示程序正在运行。-Boot time to detect whether an existing font W25X16, if present, then in sequence to display Chinese characters. If not, then detect the SD card and the file system, and find SYSTEM folder FONT folder, locate the folder UNI2GBK.SYS and GBK16.FON (these two files are generated by our own code UNICODE turn GBK table file and GBK font (16* 16) file). After detection of these files, they begin to update fonts, updated began to display Chinese characters. Similarly, we also use LED0 to indicate the program is running.
Platform: | Size: 3115008 | Author: NJH | Hits:

[MultiLanguageunicode2gbk

Description: 汉字有时需要在Unicode编码和GBK编码间转换,且该转换要求是跨平台的,故不能依赖Windows的API,解决方法是生成Unicode与GBK的映射表,转换时直接查表即可。本实验要求利用本实验利用Windows提供的WideCharToMultiByte函数实现编码转换并生成映射表保存至文件。-Unicode characters are sometimes needed between GBK encoding and transcoding, and the conversion request is cross-platform, it can not rely on the Windows API, the solution is to generate Unicode mapping table with GBK, direct look-up table to conversion. This experiment requires the use of the experimental use Windows provides WideCharToMultiByte function to achieve transcoding and generate a mapping table saved to a file.
Platform: | Size: 1024 | Author: luo | Hits:

[Otherfont

Description: 收集的汉字编码相关的资料GBK2K-UNICODE,GBK 汉字内码扩展规范等-Collect the relevant information Chinese characters encoding GBK2K-UNICODE, GBK Chinese characters internal code specification etc.
Platform: | Size: 28672 | Author: jack | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net